home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Bitmap / MCPPCDebug / Build next >
Encoding:
Text File  |  1996-08-16  |  612 b   |  23 lines  |  [TEXT/MPS ]

  1. #    This script uses a combination of MPW scripts to build the MrC PPC
  2. #    Bitmap Part (Debug Build) 
  3. #
  4. # This script also assumes that you have placed 'UserStartup•ODF' in your MPW folder.
  5.  
  6. ### Make sure you're set to the correct directory
  7.  
  8. Directory "{ODFDev}Bitmap:MCPPCDebug:"
  9.  
  10. ### Tell the FWBuild script where your precompiled header files are located.
  11.  
  12. Set FWPreCompHdrDir "{ODF}MCPPCDebug:Precompile∂ Headers:"
  13. Export FWPreCompHdrDir
  14.  
  15. ### Exported symbols for PPCLink.
  16.  
  17. Set __Exports "-@export ODFBitmap.exp"
  18. Export __Exports
  19.  
  20. ### Build your Bitmap part
  21.  
  22. FWBuildMrCPPC "{ODFDev}Bitmap:Sources:ODFBitmap.CFM"
  23.